﻿2026-05-10T11:46:41.2596175Z ##[group]Run actions/checkout@v4
2026-05-10T11:46:41.2597147Z with:
2026-05-10T11:46:41.2597644Z   repository: SaberMage/rebno
2026-05-10T11:46:41.2598380Z   token: ***
2026-05-10T11:46:41.2598871Z   ssh-strict: true
2026-05-10T11:46:41.2599363Z   ssh-user: git
2026-05-10T11:46:41.2599869Z   persist-credentials: true
2026-05-10T11:46:41.2600414Z   clean: true
2026-05-10T11:46:41.2600909Z   sparse-checkout-cone-mode: true
2026-05-10T11:46:41.2601482Z   fetch-depth: 1
2026-05-10T11:46:41.2602175Z   fetch-tags: false
2026-05-10T11:46:41.2602680Z   show-progress: true
2026-05-10T11:46:41.2603179Z   lfs: false
2026-05-10T11:46:41.2603637Z   submodules: false
2026-05-10T11:46:41.2604138Z   set-safe-directory: true
2026-05-10T11:46:41.2604960Z ##[endgroup]
2026-05-10T11:46:41.3793288Z Syncing repository: SaberMage/rebno
2026-05-10T11:46:41.3796106Z ##[group]Getting Git version info
2026-05-10T11:46:41.3797782Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-10T11:46:41.3801076Z [command]/usr/bin/git version
2026-05-10T11:46:41.3852091Z git version 2.53.0
2026-05-10T11:46:41.3977625Z ##[endgroup]
2026-05-10T11:46:41.3986115Z Temporarily overriding HOME='/home/runner/work/_temp/50d9a354-c987-48e0-ab4f-6d11b1b412c1' before making global git config changes
2026-05-10T11:46:41.3989309Z Adding repository directory to the temporary git global config as a safe directory
2026-05-10T11:46:41.3992406Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-10T11:46:41.3997715Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-10T11:46:41.4000124Z ##[group]Initializing the repository
2026-05-10T11:46:41.4002575Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-10T11:46:41.4082541Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-10T11:46:41.4088767Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-10T11:46:41.4100635Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-10T11:46:41.4104069Z hint: call:
2026-05-10T11:46:41.4107578Z hint:
2026-05-10T11:46:41.4108981Z hint: 	git config --global init.defaultBranch <name>
2026-05-10T11:46:41.4110290Z hint:
2026-05-10T11:46:41.4111538Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-10T11:46:41.4113922Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-10T11:46:41.4120862Z hint:
2026-05-10T11:46:41.4122230Z hint: 	git branch -m <name>
2026-05-10T11:46:41.4124208Z hint:
2026-05-10T11:46:41.4125659Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-10T11:46:41.4127221Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-10T11:46:41.4130225Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-10T11:46:41.4146952Z ##[endgroup]
2026-05-10T11:46:41.4149199Z ##[group]Disabling automatic garbage collection
2026-05-10T11:46:41.4151515Z [command]/usr/bin/git config --local gc.auto 0
2026-05-10T11:46:41.4185185Z ##[endgroup]
2026-05-10T11:46:41.4187315Z ##[group]Setting up auth
2026-05-10T11:46:41.4192708Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-10T11:46:41.4228853Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-10T11:46:41.4536451Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-10T11:46:41.4568720Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-10T11:46:41.4798770Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-10T11:46:41.4836875Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-10T11:46:41.5075345Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-10T11:46:41.5114558Z ##[endgroup]
2026-05-10T11:46:41.5115895Z ##[group]Fetching the repository
2026-05-10T11:46:41.5126475Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +55097a68f72a07452d3ac9c27214abad508cafd8:refs/remotes/origin/main
2026-05-10T11:46:42.6026226Z From https://github.com/SaberMage/rebno
2026-05-10T11:46:42.6029275Z  * [new ref]         55097a68f72a07452d3ac9c27214abad508cafd8 -> origin/main
2026-05-10T11:46:42.6059249Z ##[endgroup]
2026-05-10T11:46:42.6062166Z ##[group]Determining the checkout info
2026-05-10T11:46:42.6065297Z ##[endgroup]
2026-05-10T11:46:42.6068045Z [command]/usr/bin/git sparse-checkout disable
2026-05-10T11:46:42.6109923Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-10T11:46:42.6143287Z ##[group]Checking out the ref
2026-05-10T11:46:42.6146683Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-10T11:46:43.3832902Z Switched to a new branch 'main'
2026-05-10T11:46:43.3852839Z branch 'main' set up to track 'origin/main'.
2026-05-10T11:46:43.3896329Z ##[endgroup]
2026-05-10T11:46:43.3947203Z [command]/usr/bin/git log -1 --format=%H
2026-05-10T11:46:43.3983719Z 55097a68f72a07452d3ac9c27214abad508cafd8
